From: Jo-Philipp Wich Date: Wed, 26 Oct 2022 21:16:51 +0000 (+0200) Subject: luci-app-commands: drop luci-compat dependency X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=9d8feace41f9c5eb2a4451222237d5ab317697d8;p=project%2Fluci.git luci-app-commands: drop luci-compat dependency This custom commands application does not utilize Lua code anymore. Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-commands/Makefile b/applications/luci-app-commands/Makefile index 8cd3cf51e8..e581a003b8 100644 --- a/applications/luci-app-commands/Makefile +++ b/applications/luci-app-commands/Makefile @@ -7,7 +7,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Shell Command Module -LUCI_DEPENDS:=+luci-compat PKG_LICENSE:=Apache-2.0